Add JavaScript Implementations for Singleton and Abstract Factory Design Patterns#2
Conversation
|
If possible, could you please add the hacktoberfest label to this pull request? I would greatly appreciate it |
|
@mesalm Can you add some flow diagram to understand it better. |
|
Thanks for the feedback! I’ll create flow diagrams for both the Singleton and Abstract Factory patterns to illustrate how they work. Would you prefer these diagrams to be added to the project as images in the documentation, or would you like them as a separate file for your reference? Let me know what works best for you, and I’ll proceed accordingly. Thank you |
|
Thank you for the feedback and for adding the hacktoberfest-accepted label to the pull request! I wanted to check if there’s anything else needed on my end for this PR to be merged, or if you had any additional comments before proceeding. Please let me know if I can assist with any final changes. Looking forward to your response, and thank you for the opportunity to contribute! |
I have implemented the Singleton and Abstract Factory design patterns in JavaScript. I followed the same structure and methodology used throughout the project to maintain organization and consistency.
Please review the changes, and let me know if there are any adjustments needed. I'm looking forward to your feedback!
Thank you